JavaScript

{grid.object}animateHide Method

Syntax

{grid.Object}.animateHide(ele,animationObject )

Arguments

ele

The element to hide.

animationObject

Type of animation to use. If left blank the default animation (slide) is used.

Description

Allows you to hide an element on the page using animation. See {grid.object}.animateToggle() for more information.

See Also